JavaScript

SemiCircularNumberDisplay Control Methods

Description

There are several properties and functions available for manipulating a SemiCircularNumberDisplay control object.

Discussion

To get a SemiCircularNumberDisplay control object, use the {dialog.object}.getControl method:

Example

//get the object for the 'NUM1' SemiCircularNumberDisplay Control
var numObj = {dialog.object}.getControl('NUM1');

Properties

rgraphSettingsObject

Graph settings for the SemiCircularNumberDisplay control object. The following properties are available:

minNumber

The minimum value displayed. See Setting Min and Max Values at Run-time for more information.

maxNumber

The maximum value displayed. See Setting Min and Max Values at Run-time for more information.

Methods

redraw Method

Redraws the SemiCircularNumberDisplay control.

See Also